home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 April: Mac OS SDK / Dev.CD Apr 98 SDK1.toast / Development Kits (Disc 1) / QuickDraw 3D / Windows files / Q3WinSDK.exe / QD3DSDK / Samples / ViewerSampleWin32Only / 3dShell.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-11-15  |  285 b   |  14 lines

  1. #ifndef __3DSHELL__
  2. #define __3DSHELL__
  3.  
  4. #include <windows.h>
  5.  
  6. extern BOOL InitApplication(HANDLE);
  7. extern BOOL InitInstance(HANDLE, int);
  8. extern LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
  9.  
  10. extern HINSTANCE hInst;
  11. extern HWND gViewer;
  12. extern HWND gHwnd;
  13. #endif
  14.